home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utmisc1 / tagliner.lha / tagliner.doc < prev    next >
Text File  |  1996-04-07  |  3KB  |  93 lines

  1.  
  2.              Tagliner Documentation (C) by Martin Steigerwald
  3.  
  4.                 $VER: tagliner documenation 37.2 (7.4.96)
  5.  
  6.                                  Freeware
  7.  
  8.  
  9. NAME:           tagliner
  10. VERSION:        37.0
  11. FORMAT:         FILE [<files>] [COMMENT]
  12. TEMPLATE:       FILE/A/M
  13.  
  14. REQUIREMTS:     OS2.04
  15.  
  16. PURPOSE:        Quotes one tagline from one ore more tagline files.
  17.  
  18.                 FILE    Hmmm, guess what...
  19.  
  20. EXAMPLE         TAGLINER examplefile
  21.  
  22. TAGFILE FORMAT  #
  23.                 tagline1
  24.                 #
  25.                 tagline2 ...
  26.  
  27.                 Dont add anything after the last tagline. Dont even add a
  28.                 linefeed...
  29.  
  30.                 No securitychecks on the fileformat! However it wouldnt
  31.                 crash on a non tagline file...
  32.  
  33.                 For now tagliner uses a buffer of 2048 bytes which at
  34.                 least ensures properly quoting taglines with approx. 1024
  35.                 chars... If you have longer taglines (you shouldnt really)
  36.                 contact me and I may add a manual buffer length setting.
  37.  
  38. STATUS/         This software is freely distributable freeware.
  39. DISCLAIMER
  40.                 Copyrights remain to the author.
  41.  
  42.                 NO WARRANTIES! Simply _NO_ WARRANTIES. (I could put in a
  43.                 boring big DISCLAIMER text... but I think this is enough.
  44.                 If I experience a situation where this wont be sufficient
  45.                 I will add a *BIG* disclaimer;-)
  46.  
  47.                 This program has been written in a few ours, so I wont
  48.                 take any responsibility if it eats your amiga or beams it
  49.                 to me directly ;-).
  50.  
  51.                 For bugs or suggestions dont hesitate to contact me.
  52.  
  53.                 If you want CtrlC handling and know how to add that to
  54.                 Amiga E source then contact me... ;-)
  55.  
  56. HISTORY         37.0 first version that I liked ;-)
  57.  
  58.                 37.1 added $VER string to the executable
  59.  
  60.                      fixed silly bug causing a crash when tagliner is
  61.                      invoked with no arguments
  62.  
  63.                 37.2 *FASTER* and *SHORTER* ;-)
  64.                      Speed demon, now quotes instantly from a 30mb tagline
  65.                      file.
  66.  
  67.                      Thanks to Peter 'pst' Stegemann for the great and
  68.                      simple idea just to seek to a random byte position
  69.                      and search the quote on that position.
  70.  
  71.                      Tagliner now does only *1* seek no matter how big the
  72.                      file is.
  73.  
  74.                      Option COMMENT removed.
  75.  
  76. AUTHOR          Martin Steigerwald
  77.  
  78.                 Email: steigerw@stud.uni-frankfurt.de
  79.  
  80.                 WWW:   http://www.rz.uni-frankfurt.de/~steigerw
  81.                        http://home.pages.de/~helios
  82.  
  83.                 IRC:   Helios on #amigager
  84.  
  85.                 Look at the tagliner homepage for new updates:
  86.  
  87.                 Just add
  88.  
  89.                 amiga/programme/tagliner.html
  90.  
  91.                 to one of the above WWW URLs ;-)
  92.  
  93.